home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / PowerPlant / Gadgets / CmdCodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-19  |  168 b   |  10 lines  |  [TEXT/CWIE]

  1. /* CmdCodes.h -- command code declarations */
  2. /* Created 3/19/96 12:49 PM by AppMaker */
  3.  
  4. #pragma once
  5.  
  6. #include <PP_Types.h>
  7.  
  8. const CommandT    cmdInvokeAbout    = 'Invt';
  9.  
  10.